Create EC2 instance --> https://www.youtube.com/watch?v=ynPjd9TKLc4

EC2 Security Group --> https://www.youtube.com/watch?v=nA3yN76cNxo

Note: In this video, they are showing how to SSH into your EC2 instance using a software called Putty. You may use
	Putty or simply SSH using your command prompt from your windows or terminal from your Linux system. 
	To SSH from your command prompt/terminal, Go to EC2 --> Instances --> Click on your EC2 instance ID --> Click "Connect" --> 
	Under "SSH Client" tab copy the example SSH command at the bottom --> Paste the command in your command prompt/terminal and press enter
	(remember to set the proper path for the key file) type "yes" and press enter when propted.

